home *** CD-ROM | disk | FTP | other *** search
/ NetNews Offline 2 / NetNews Offline Volume 2.iso / news / comp / sys / amiga / programmer / 4827 < prev    next >
Encoding:
Internet Message Format  |  1996-08-05  |  2.4 KB

  1. Path: informatik.tu-muenchen.de!fischerj
  2. From: fischerj@informatik.tu-muenchen.de (Juergen "Rally" Fischer)
  3. Newsgroups: comp.sys.amiga.programmer
  4. Subject: Re: Demo/game to OS frien
  5. Date: 5 Mar 1996 15:04:16 GMT
  6. Organization: Technische Universitaet Muenchen, Germany
  7. Distribution: world
  8. Message-ID: <4hhl5g$66g@sunsystem5.informatik.tu-muenchen.de>
  9. References: <38232498@kone.fipnet.fi> <4gctlm$bcn@oreig.uji.es>  <642.6629T546T2374@login.eunet.no> <4gtmq7$mu0@sunsystem5.informatik.tu-muenchen.de> <1077.6634T96T88@login.eunet.no>
  10. NNTP-Posting-Host: hphalle6g.informatik.tu-muenchen.de
  11. Originator: fischerj@hphalle6g.informatik.tu-muenchen.de
  12.  
  13.  
  14. In article <1077.6634T96T88@login.eunet.no>, patrick.hanevold@login.eunet.no (Patrick Hanevold) writes:
  15. |> Organization: EUnet Norway
  16. |> Lines: 31
  17. |> Message-ID: <1077.6634T96T88@login.eunet.no>
  18. |> References: <38232498@kone.fipnet.fi> <4gctlm$bcn@oreig.uji.es>
  19. |>     <642.6629T546T2374@login.eunet.no> <4gtmq7$mu0@sunsystem5.informatik.tu-muenchen.de>
  20. |> NNTP-Posting-Host: pc6.asker-pm2-1.eunet.no
  21. |> X-Newsreader: THOR 2.22 (Amiga;TCP/IP)
  22. |> 
  23. |> 
  24. |> >About legal OS-coding (allocmem).
  25. |> 
  26. |> >does memf_public also mean "non-swappable" for chipmem ?
  27. |> What exactly do you mean? Cache? VMM?
  28.  
  29. MMU stuff. swapping. to disk.
  30. imho public means "dop not swap". but it is still cached.
  31.  
  32. |> 
  33. |> >This would mean we got to make each are which is acessed by blitter
  34. |> >or copper dma public (while swapping out planemem would only cause
  35. |> >wrong display but no problems).
  36. |> 
  37. |> >All the c2p conversion buffers the blitter acesses, for example.
  38. |> >this would include the screenbitmap then.
  39. |> 
  40. |> >but, for cpu-only c2p, nothing needs to be protected...
  41. |> >will allocraster() make the plane public so I can blitter on it ?
  42. |> 
  43. |> >[ BTW allocraster is it legal if I alloc 8 times the size of one plane
  44. |> >and just do 1 allocraster for 8 planes ? ;) ]
  45. |> 
  46. |> >well, all of the questions are obsolete if chipmem is defined
  47. |> >never to be swapped...
  48. |> 
  49. |> >Any other things I got to care about to make my code run on future
  50. |> >swappers (I heard there are already swapping programs. what about them ?
  51. |> >"My program supports gigamem" I read. what does this mean ???)
  52. |> 
  53. |> 
  54. |> <sb>Patrick Hanevold - Virtual Reality developer
  55. |> <sb>patrick.hanevold@login.eunet.no
  56. |> <sb>Amiga and official Be developer
  57. |> 
  58. ------------------------------------------------------------------------
  59.    fischerj@Informatik.TU-Muenchen.DE (Juergen "Rally" Fischer)   =:)
  60.  
  61.